Previous Book Contents Book Index Next

Inside Macintosh: Programming With JManager /
Chapter 2 - JManager Reference / JManager Functions
Applet Control Functions /


JMDisposeAppletViewer

Removes an applet.

OSStatus JMDisposeAppletViewer (JMAppletViewerRef viewer);
viewer
The instantiated applet to remove.
function result
A result code. See "JManager Result Codes" (page 108) for a list of result codes that JManager may return in this field.
DISCUSSION
Calling the JMDisposeAppletLocator function first halts execution of the applet if necessary. This function also disposes of the applet's frame (if visible) and any other frames created by the applet.

SEE ALSO
The JMNewAppletViewer function (page 77).


Previous Book Contents Book Index Next

© Apple Computer, Inc.
23 APR 1997